/**头部**/
.search_m { position: absolute;}
.search_s { margin: -60px 0 0 348px;}
#search_tips{ margin:36px 0 0 350px;}
.logo { overflow: hidden; position: relative; height: 60px;}
.top_gg { float: right;}
.top_ad_l { width: 395px; height: 70px; background: #fff; position: absolute; margin: 0px 0 0 420px !important;  }
.intro { margin:7px 0 0 10px;text-align: center; width:95px; height:50px; position: relative;}
.intro .item{ transform: scale(0.25); }
.intro .item,.intro .item svg { position: absolute;top:5px; right: 0;}
.intro .item svg {visibility: hidden;}
.intro .item svg.drawsvg-initialized { visibility: visible;}
.intro .item {
  -webkit-transition: .6s;
          transition: .6s;
  opacity: 0;
}
.intro .item.z_active { top: 5px; right: 0;;opacity: 1;
  -webkit-animation: comeIn .6s;
          animation: comeIn .6s;
}
.intro .item svg { margin: auto;}
.intro p{ position:absolute;display:inline-block; color:#df0015; width:40px; left:0; font-size:14px; padding-top:5px; line-height:20px; font-weight:bold;}
/*---5秒倒计时--------*/

#beiJ {
	width:100%;
	height:100%;
	background:#000;
	opacity:0.85;
	position:fixed; z-index: 99998;
	top:0;
	left:0;
}
#tanChuang {
	width:1000px; text-align: center;
	height:500px;
	position:fixed; z-index: 99999;
	top:30%;
	left:50%;
	margin:-150px 0 0 -500px;
	/*background:#eeeeed;*/
	box-shadow:0px 0px 20px #111;
	color:#fff;
}
#tanChuang p{ margin: 0; color: #f2f2f2; font-size: 46px; line-height: 300px; font-weight: bold;}
#jiShi {
	width:30px;
	height:30px;
	border:2px solid #fff;
	border-radius:50%;
	/*margin:220px auto 0;*/
	font-size:16px;
	font-weight:bold;
	font-family:"arial";
	text-align:center;
	line-height:30px;
	position:absolute;
	/*top:0%;*/
	bottom:-58px;
	left:calc(50% - 100px);
}
.txtsks{ position: absolute; left:calc(50% - 100px); bottom:-50px;margin-left: 45px; font-size: 14px;}
#tanChuang img {
	width:100%;
	height:auto;
}
#tanChuang span {
	width:40px;
	height:40px;
	font-size:40px;
	/*position:absolute;*/
   position:fixed;
	top:40px;
	right:50px;
	cursor:pointer
}
/**----------*/
/**新弹窗**/
.v_info_l { width: 380px; float: left;}
.v_info_r { width: 220px; float: right; padding-top: 20px; }
.v_info_r p { width: 220px; height: 115px; background: #eee; color: #ccc;text-align: center; line-height: 115px; }
.v_info_l h1 { color: #000; font-size: 24px;line-height: 55px; }
.v_info_l p {color: #000; }
.ipdnew { position: absolute; margin-top: -25px; }
/****/
#tenad { /*position:absolute;十大*/ position: fixed; width: 100%; height: 100%; top: 0px; left:0%; background: rgba(255, 255, 255, 0.5); text-align: center; z-index: 999999; }
#tenad a { display: inline-block; position:fixed; width:100%; height:100%; left: 0%; z-index:999; }
/******/
.v_bn{ z-index:102}
img.sd_bg {width: 100%;opacity: 0.97;height: 100%;position: fixed;top: 0px;left: 0;z-index:998;}
img.sd_bgx { width:28.6%; position:absolute; left:50%; margin-left:-14.3%; top:7%;z-index:999;}
img.sd_bgy{ width:33.3%; position:absolute; left:50%; bottom:25%; margin-left:-16.5%; z-index:999;animation-delay:2.5s}
@media screen and (max-width: 1400px) {
 img.sd_bgy { bottom:20%; }
}
/* Zoom Out */
@-webkit-keyframes 'zoomOut' {
0% {-webkit-transform: scale(3);}
100% {-webkit-transform: none;}
}
@-moz-keyframes 'zoomOut' {
0% {-moz-transform: scale(3);}
100% {-moz-transform: none;}
}
@-ms-keyframes 'zoomOut' {
0% {-ms-transform: scale(3);}
100% {-ms-transform: none;}
}
@-o-keyframes 'zoomOut' {
0% {-o-transform: scale(3);}
100% {-o-transform: none;}
}
@keyframes 'zoomOut' {
0% {transform: scale(3);}
100% {transform: none;}
}
.zoomOut {z-index: 200;
	-webkit-animation-name: zoomOut;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-name: zoomOut;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: 1;
	-ms-animation-name: zoomOut;
	-ms-animation-duration: 2s;
	-ms-animation-iteration-count: 1;
	-o-animation-name: zoomOut;
	-o-animation-duration: 2s;
	-o-animation-iteration-count: 1;
	animation-name: zoomOut;
	animation-duration: 2s;
	animation-iteration-count: 1;
}
/* Zoom In */
.zoomIn{-webkit-animation: ani_top 0.5s 1.5s ease-in both; animation: ani_top 0.5s 1.5s ease-in both;opacity: 1;}
@-webkit-keyframes ani_top {
0% {
    -webkit-transform: translate3d(0, 0.95238095rem, 0);
    transform: translate3d(0, 0.95238095rem, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes ani_top {
  0% {
    -webkit-transform: translate3d(0, 0.95238095rem, 0);
    transform: translate3d(0, 0.95238095rem, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.v_top_brand .v_totop a{background:transparent !important;}
 /*---元升直播广告----*/
.ad-ys-new{ position:absolute; width:282px; height:65px; margin:-130px 0 0 58px;}
.ad-ys-new .ys_ad{ position:absolute;box-sizing:border-box;overflow:hidden; z-index:55; top:75px; right:0px; width:130px; height:0px; background:#fff;  transition:all 0.25s;}
.ad-ys-new .ys_ad img{ width:110px; margin:10px 10px 0 10px;}
.ad-ys-new .ys_ad p{ height:30px; text-align:center; line-height:30px; font-size:12px; color:#666;}
.ad-ys-new:hover .ys_ad{ height:150px;box-shadow:0px 0px 10px #555;}

.v_gg {margin: 0 auto; width: 1200px;}
.ipd1 ul .lil .adb {display: none;}
.ipd1 ul .lil ul li { float: left; width: 293px; margin: 0px;}
.ipd1 ul .lil ul li a,.ipd1 ul li a,.ipdn a { display: inline-block;}
.ipd1 ul .lil ul li a img { width: 293px !important;}
.v_new_r { position: relative; }
.v_new_r .ipdnew { position: absolute; bottom: 20px; left:20px;}
.ipd_x ul li{ width:394px;margin: 0px 7px 0px 0px;}
.ipd2 ul .ls_ad a img{ width:595px!important;}
/***chenxin***/
.v_chenxin ul li a img { width: 180px; height: 70px;}
.v_sbd { overflow: hidden; position: relative; width: 900px; margin: 45px 0 0 275px;}
.v_sbd .bd { padding: 10px; overflow: hidden;}
.v_sbd .bd ul { overflow: hidden; zoom: 1; width: 900px; float: left;
      _display: inline; padding-left: 15px;}
.v_sbd .bd ul li {
      margin: 10px 41px 15px 0;
      float: left;
      _display: inline;
      overflow: hidden;
      text-align: center;
      box-shadow: 0px 1px 10px #aaa;
}
.v_sbd .bd ul li:hover { box-shadow: 0px 1px 10px #000;}
.v_sbd .bd ul li .pic {text-align: center;}
.v_sbd .bd ul li .pic img { width: 180px; height: 70px; display: block;}
.v_sbd .bd ul li .pic a:hover img {border-color: #999;}
.v_sbd .bd ul li .title { line-height: 24px;}
.v_sell .sell ul li .pic cite { display: inline-block; width: 220px; height: 135px; overflow: hidden;}
.ipdjb { display: inline-block; position: absolute; margin: 332px 0 0 970px;z-index: 55;}
.ipdjb em { position: absolute; color: #fff; font-size: 10px; font-style: normal; display: inline-block; background: rgba(0, 0, 0, 0.4); padding: 0 3px; margin: 48px 0 0 -25px;border-radius: 3px;}
.ad_bottom { width: 100%; position: fixed; z-index:9999; bottom: 0px;}
.bott { width: 1200px;margin: 0 auto;}
.ad_bottom a img{ width:595px;}

/*****foot******/
#leoad323 a,#leoad324 a{ display:inline-block; width:100%; margin-bottom:15px;}
.f_foot{ width:100%; background:#2a2f38; margin:25px 0 0 0; padding:0 0 10px 0;}

.f_foot_o{ width:67%;  color:#d7d8d9;float:right;height:180px;font-size:13px;line-height: 30px;}
.f_foot_o a{ color:#d7d8d9;font-size:14px; margin-right:10px;}
.f_bqx{ text-align:left; color:#73777a;}
.f_foot_o a:hover,.f_gn a:hover{ color:#df0015;}
.f_foot_o b{ display:inline-block;color:#fff;font-weight:normal;}

.f_foot_o em{ margin:0 5px; font-style:normal; font-size:14px;}

.f_foot_t{ margin:30px auto 0;width:1200px;}
.f_foot_wx{height:180px;width:33%;float:left;}

.f_foot_wx ul{ display:inline-block; height:215px;}

.f_foot_wx ul li{ float:left; color:#9b9ea0;line-height:50px; margin-left:10px; font-size:13px;}
.f_foot_wx ul li:nth-child(1){margin-left:0;}
.f_foot_wx ul li p{margin: 0;}
.f_main{ height:180px; border-bottom:1px solid #4b5054;padding-top:30px;}

.f_gn{ border-bottom:1px solid #4b5054; line-height:60px;color:#a6abb0;text-align:center; margin:0 auto 20px;}
.f_gn a{ color:#a6abb0; font-size:14px; margin:0 15px;}
.f_bqx{ text-align:left; color:#73777a;}
.f_bqx p{ line-height:35px; font-size:14px;margin: 0;}
.f_bqx a{color:#73777a;}
.f_nav{ width:725px; height:215px; float:right;color:#d7d8d9;}
.f_nav ul{ display:inline-block;}
.f_nav ul li{ width:145px; float:left;}
.f_nav ul li h5{ font-size:16px; margin-bottom:15px;}
.f_nav ul li a{ display:block; line-height:25px;color:#73777a; font-size:14px;}
.weibiao{ display:block; width:1200px; text-align:center;padding-top:10px;}
.weibiao a{padding-top:15px; display:inline-block; margin-right:10px;}
.adb {font-style:normal;display:inline-block;color:#fff;padding:1px 3px;font-size:9px;font-weight:normal;background:#000;position:absolute;
filter:alpha(Opacity=30);
-moz-opacity:0.3;
opacity: 0.3;
border-radius:3px;
margin:-25px 0 0 0px;}
.ipd3 .adb,.ipd4 .adb,.ipd1 ul li .adb,.ipdx .adb{ margin:40px 0 0 -22px;}
#iad10 .adb{ margin:65px 0 0 -22px;}
.foot {width:100%;height:260px;background:#FCFCFC;bottom:0px;padding-top:35px;border-top:1px solid #CCC;}
.foot_tip {width:1150px;height:260px;margin:0 auto;}
.foot_gz {	width:230px;border-right:1px solid #CCC;float:left}

.foot_wx img {margin:20px 0 0 65px}
.foot_gz ul li span {font-weight:700;}

.foot_r {width:918px;float:right;padding:0;}
.foot_copy {width:655px;float:left;border-right:1px solid #CCC;padding:0 0 0 15px;font-size:14px;}
.foot_i {font-size:14px;}
.f_p {height:20px;line-height:20px;}
.foot_i p a {font-size:14px;margin-left:35px;}
.liu_ad ul li {list-style:none;color:#000;font-size:13px;line-height:33px;margin-left:15px;}
.liu_ad ul li b {color:#c00b1e;margin-right:5px;}
.liu_ad ul li input {border:1px solid #999;}

#truename, #telephone, .itpe {width:135px;padding:2px 0 2px 5px}
.itpe {border:1px solid #999;background:none;position:absolute;margin:-29px 0 0 52px;outline:none}
.mydiv {z-index:9999;width: 265px;height: 206px;left:50%;top:50%;
	margin-left:-150px!important;/*FF IE7 该值为本身宽的一半 */
	margin-top:-60px!important;/*FF IE7 该值为本身高的一半*/
	margin-top:0px;
	position:fixed!important;/* FF IE7*/
	position:absolute;/*IE6*/
_top:       expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/
document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);/*IE5 IE5.5*/
}

.bg, .popIframe {
	background-color:#333;
	display:none;
	width: 100%;
	height: 100%;
	z-index:99999;
	left:0;
	top:0;/*FF IE7*/
	filter:alpha(opacity=80);/*IE*/
	opacity:0.8;/*FF*/
	z-index:1;
	position:fixed!important;/*FF IE7*/
	position:absolute;/*IE6*/
_top:       expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/
document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);
}
.popIframe {
	filter:alpha(opacity=0);/*IE*/
	opacity:0;/*FF*/
}
.close_g {
	position:absolute;
	margin:0px 0 0 207px;
	color:#FFF;
	background:#0099FF;
	padding:1px 5px 1px 5px;
}
.f_foot_o .v_main{width:100%;}

.left_ad a{ margin-right:8px;}
.left_ad a:nth-child(3){ margin-right:0px;}